GetWasmBytecodeRequest

data class GetWasmBytecodeRequest(scriptId: ScriptId)

Represents request frame that can be used with Debugger#getWasmBytecode operation call.

This command is deprecated. Use getScriptSource instead.

See also

Constructors

GetWasmBytecodeRequest
Link copied to clipboard
fun GetWasmBytecodeRequest(scriptId: ScriptId)

Properties

scriptId
Link copied to clipboard
val scriptId: ScriptId
Id of the Wasm script to get source for.

Sources

jvm source
Link copied to clipboard